DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / IsEqual Method

In This Topic
    IsEqual Method (C1TableViewSource<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function IsEqual( _
       ByVal anObject As Foundation.NSObject _
    ) As Boolean
    public virtual bool IsEqual( 
       Foundation.NSObject anObject
    )

    Parameters

    anObject
    See Also